LiteCAD generates LC_EVENT_ADDSTR event
when initializes GUI strings (inside of lcInitialize function).
On this event your application can add its own strings by the
lcStrAdd function,
or rewrite default LiteCAD strings (with different language) by
lcStrSet function.
Also you can load strings from LNG file with the
lcStrFileLoad function.
The following properties are used for this event type:
| Property |
Description |
| LC_PROP_EVENT_TYPE |
Value LC_EVENT_WNDVIEW |
| LC_PROP_EVENT_WND |
Handle to LiteCAD window |
See Also
Localization of GUI strings